home *** CD-ROM | disk | FTP | other *** search
- object ProfileForm: TProfileForm
- Left = 508
- Top = 679
- BorderStyle = bsDialog
- Caption = 'Profile Settings'
- ClientHeight = 355
- ClientWidth = 406
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnMouseDown = FormMouseDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 406
- Height = 276
- Align = alClient
- TabOrder = 0
- object PageControl: TPageControl
- Left = 1
- Top = 1
- Width = 404
- Height = 274
- ActivePage = DataTabSheet
- Align = alClient
- HotTrack = True
- TabIndex = 0
- TabOrder = 0
- object DataTabSheet: TTabSheet
- ImageIndex = 3
- object DataGroupBox: TGroupBox
- Left = 14
- Top = 52
- Width = 369
- Height = 142
- TabOrder = 0
- object ReadDataSpeedLabel: TLabel
- Left = 16
- Top = 34
- Width = 161
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object ReadDataSpeedBox: TComboBox
- Left = 196
- Top = 34
- Width = 137
- Height = 21
- Style = csDropDownList
- DropDownCount = 14
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 0
- Items.Strings = (
- '1x (176 kByte/s)'
- '2x (352 kByte/s)'
- '4x (704 kByte/s)'
- '8x (1408 kByte/s)'
- '10x (1760 kByte/s)'
- '16x (2816 kByte/s)'
- '20x (3520 kByte/s)'
- '30x (5280 kByte/s)'
- '32x (5632 kByte/s)'
- '40x (7040 kByte/s)'
- '48x (8448 kByte/s)'
- 'Max')
- end
- object DataSubBox: TCheckBox
- Left = 36
- Top = 80
- Width = 289
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnMouseDown = FormMouseDown
- end
- object RegenerateBox: TCheckBox
- Left = 36
- Top = 104
- Width = 289
- Height = 17
- Caption = 'Regen'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- end
- end
- object AudioTabSheet: TTabSheet
- ImageIndex = 4
- object AudioGroupBox: TGroupBox
- Left = 14
- Top = 35
- Width = 369
- Height = 179
- TabOrder = 0
- object ReadAudioSpeedLabel: TLabel
- Left = 16
- Top = 28
- Width = 161
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object AudioQualityLabel: TLabel
- Left = 16
- Top = 68
- Width = 161
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- OnMouseDown = FormMouseDown
- end
- object ReadAudioSpeedBox: TComboBox
- Left = 196
- Top = 28
- Width = 137
- Height = 21
- Style = csDropDownList
- DropDownCount = 14
- ItemHeight = 0
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 0
- end
- object AudioSubBox: TCheckBox
- Left = 36
- Top = 114
- Width = 289
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnMouseDown = FormMouseDown
- end
- object AudioQualityComboBox: TComboBox
- Left = 196
- Top = 68
- Width = 137
- Height = 21
- Style = csDropDownList
- DropDownCount = 14
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 2
- Items.Strings = (
- 'Worst (Very Fast)'
- 'Medium (Fast)'
- 'Good (Slow)'
- 'Best (Very Slow)')
- end
- object FirstSessionOnlyCheckBox: TCheckBox
- Left = 36
- Top = 135
- Width = 289
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnMouseDown = FormMouseDown
- end
- end
- end
- object ErrorTabSheet: TTabSheet
- ImageIndex = 3
- object ErrorGroupBox: TGroupBox
- Left = 9
- Top = 16
- Width = 377
- Height = 217
- TabOrder = 0
- object SkipLabel: TLabel
- Left = 136
- Top = 163
- Width = 185
- Height = 17
- AutoSize = False
- Caption = 'La'
- OnMouseDown = FormMouseDown
- end
- object FESLabel: TLabel
- Left = 18
- Top = 37
- Width = 197
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object AbortErrorBox: TCheckBox
- Left = 32
- Top = 85
- Width = 321
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = AbortErrorBoxClick
- OnMouseDown = FormMouseDown
- end
- object DoScanBox: TCheckBox
- Left = 32
- Top = 133
- Width = 321
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = DoScanBoxClick
- OnMouseDown = FormMouseDown
- end
- object SkipEdit: TCSpinEdit
- Left = 28
- Top = 159
- Width = 97
- Height = 22
- MaxValue = 100000
- MinValue = 1
- TabOrder = 4
- Value = 1
- end
- object FESComboBox: TComboBox
- Left = 222
- Top = 37
- Width = 137
- Height = 21
- Style = csDropDownList
- DropDownCount = 14
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 0
- Items.Strings = (
- 'Disabled'
- 'Enabled'
- 'Automatic')
- end
- object NoErrorBox: TCheckBox
- Left = 32
- Top = 109
- Width = 321
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- end
- end
- object WriteTabSheet: TTabSheet
- ImageIndex = 3
- object WriteSpeedLabel: TLabel
- Left = 24
- Top = 64
- Width = 177
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object WeakLabel: TLabel
- Left = 24
- Top = 96
- Width = 177
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object RepairSubBox: TCheckBox
- Left = 48
- Top = 142
- Width = 273
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnMouseDown = FormMouseDown
- end
- object LeaveOpenBox: TCheckBox
- Left = 48
- Top = 166
- Width = 273
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnMouseDown = FormMouseDown
- end
- object WriteSpeedBox: TComboBox
- Left = 208
- Top = 64
- Width = 137
- Height = 21
- Hint = 'Select Write Speed'
- Style = csDropDownList
- DropDownCount = 18
- ItemHeight = 0
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 2
- end
- object WeakComboBox: TComboBox
- Left = 208
- Top = 96
- Width = 137
- Height = 21
- Hint = 'Select Write Speed'
- Style = csDropDownList
- DropDownCount = 18
- ItemHeight = 0
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 3
- end
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 276
- Width = 406
- Height = 59
- Align = alBottom
- TabOrder = 1
- object OkButton: TButton
- Left = 192
- Top = 17
- Width = 89
- Height = 25
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 288
- Top = 17
- Width = 89
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 1
- end
- object DefaultButton: TButton
- Left = 32
- Top = 18
- Width = 97
- Height = 25
- TabOrder = 2
- OnClick = DefaultButtonClick
- OnMouseDown = FormMouseDown
- end
- end
- object StatusPanel: TPanel
- Left = 0
- Top = 335
- Width = 406
- Height = 20
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- end
-